Provance.ITAM.SheduledNotificationSubscriptionScheduled Notification Subscription

Provance.ITAM.SheduledNotificationSubscription (ClassType)

Defines the basic properties of Scheduled Notification Subscription

Element properties:

Base ClassSystem.AdminItem
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId22ff8b0e-0b9f-1806-3d48-b72d1278f567

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
Provance.ITAM.SheduledNotificationSubscription:
Id  string  Notification ID Notification ID true 256  False  {0}   
IsEnabled  bool  Is Enabled Is Enabled false 256    True   
IsDeleted  bool  Is Deleted Is Deleted false 256    False   
Description  string  Description Description false 256  False     
ClassTypeId  string  Class Type ID Class Type ID false 256  False     
ProjectionTypeId  string  Projection Type ID Projection Type ID false 256  False     
NotifyTime  int  Notification Time Notification Time false 256       
NotifyTimeUnit  enum  Notification Time Unit Notification Time Unit false 256      NotifyTimeUnit 
EmailTemplateId  string  E-mail Template ID E-mail Template ID false 256  False     
GroupIds  string  Group IDs Group IDs false 256  False     
NotifyFrequence  int  Notification Frequence Notification Frequence false 256       
NotifyFrequenceUnit  enum  Notification Frequence Unit Notification Frequence Unit false 256      NotifyFrequencyUnit 

Health Model:

Source Code:

<ClassType ID="Provance.ITAM.SheduledNotificationSubscription" Accessibility="Public" Abstract="false" Base="SystemAdminItemLibrary!System.AdminItem" Hosted="false" Singleton="false" Extension="false">
<Property ID="Id" Type="string" AutoIncrement="true" Key="true" DefaultValue="{0}"/>
<Property ID="IsEnabled" Type="bool" Required="true" DefaultValue="True"/>
<Property ID="IsDeleted" Type="bool" Required="true" DefaultValue="False"/>
<Property ID="Description" Type="string"/>
<Property ID="ClassTypeId" Type="string"/>
<Property ID="ProjectionTypeId" Type="string"/>
<Property ID="NotifyTime" Type="int"/>
<Property ID="NotifyTimeUnit" Type="enum" EnumType="NotifyTimeUnit"/>
<Property ID="EmailTemplateId" Type="string"/>
<Property ID="GroupIds" Type="string"/>
<Property ID="NotifyFrequence" Type="int"/>
<Property ID="NotifyFrequenceUnit" Type="enum" EnumType="NotifyFrequencyUnit"/>
</ClassType>