Class DocumentMetadataTemplate
Inheritance
System.Object
DocumentMetadataTemplate
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Document
Assembly: Simplic.Document.dll
Syntax
public class DocumentMetadataTemplate
Constructors
| Improve this Doc View SourceDocumentMetadataTemplate()
Constructor
Declaration
public DocumentMetadataTemplate()
Properties
| Improve this Doc View SourceDescriptionTemplate
Gets or sets file description template
Declaration
public string DescriptionTemplate { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DocumentTypeId
Gets or sets the document type preset
Declaration
public Guid? DocumentTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
FileNameTemplate
Gets or sets filename template
Declaration
public string FileNameTemplate { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Guid
Gets or sets the unique id
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
ReferenceNumberTemplate
Gets or sets file description template
Declaration
public string ReferenceNumberTemplate { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ReportId
Gets or sets the assigned telerik report id
Declaration
public Guid ReportId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |