Class SignTemplate
Assembly: SecureExchangesSDK.dll
Syntax
[Serializable]
public class SignTemplate : INotifyPropertyChanged
Properties
FileDefinition
Declaration
public FileTemplateZoneDefinition FileDefinition { get; set; }
Property Value
FileMustMatches
Declaration
public bool FileMustMatches { get; set; }
Property Value
IamOwner
Declaration
public bool IamOwner { get; set; }
Property Value
IsSharedTemplate
Declaration
public bool IsSharedTemplate { get; set; }
Property Value
IsSystemTemplate
Declaration
public bool IsSystemTemplate { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Methods
RaisePropertyChanged(string)
Declaration
protected void RaisePropertyChanged(string propertyName)
Parameters
| Type |
Name |
Description |
| string |
propertyName |
|
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Implements
Extension Methods