Interface IMailTemplate
A strongly typed entity interface for mail templates.
Inherited Members
ITypedEntity.LoadTypedMembersAsync()
IEntity.GetPropertyAsync(string, MemberLoadOption)
IEntity.GetPropertyAsync
IEntity.GetPropertyValue(string)
IEntity.GetPropertyValue
IEntity.GetPropertyValueAsync(string, MemberLoadOption)
IEntity.GetPropertyValueAsync
IEntity.GetPropertyValue(string, CultureInfo)
IEntity.GetPropertyValue
IEntity.GetPropertyValueAsync
IEntity.SetPropertyValue(string, object)
IEntity.SetPropertyValue(string, CultureInfo, object)
IEntity.GetRelation(string, RelationRole?)
IEntity.GetRelationAsync(string, RelationRole?, MemberLoadOption)
IEntity.GetRelationAsync
IEntity.LoadPropertiesAsync(IPropertyLoadOption)
IEntity.LoadRelationsAsync(IRelationLoadOption)
IEntity.LoadMembersAsync(IPropertyLoadOption, IRelationLoadOption)
IEntity.GetEntityDefinitionAsync()
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsNotifications
Assembly: Stylelabs.M.Sdk.dll
Syntax
Properties
Name
Gets or sets the name.
Declaration
Property Value
| Type | Description |
|---|---|
| string |
Methods
GetBody(CultureInfo)
Gets the body.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| CultureInfo | culture | The culture. |
Returns
| Type | Description |
|---|---|
| string | The body. |
GetDescription(CultureInfo)
Gets the description.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| CultureInfo | culture | The culture. |
Returns
| Type | Description |
|---|---|
| string | The description. |
GetSubject(CultureInfo)
Gets the subject.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| CultureInfo | culture | The culture. |
Returns
| Type | Description |
|---|---|
| string | The subject. |
GetTemplateVariables()
Gets the template variables.
Declaration
Returns
| Type | Description |
|---|---|
| IList<>TemplateVariable | A list of template variables. |
SetBody(CultureInfo, string)
Sets the body.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| CultureInfo | culture | The culture. |
| string | body | The body. |
SetDescription(CultureInfo, string)
Sets the description.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| CultureInfo | culture | The culture. |
| string | description | The description. |
SetSubject(CultureInfo, string)
Sets the subject.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| CultureInfo | culture | The culture. |
| string | subject | The subject. |
SetTemplateVariables(IEnumerable)
Sets the template variables.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<>TemplateVariable | variables | A collection of template variables. |