Class CreateAssetNode
- Namespace
- InSite.Persistence
- Assembly
- InSite.Persistence.dll
public class CreateAssetNode
- Inheritance
-
CreateAssetNode
- Inherited Members
-
Constructors
CreateAssetNode()
Properties
BodyHtml
public string BodyHtml { get; set; }
Property Value
- string
BodyText
public string BodyText { get; set; }
Property Value
- string
Code
public string Code { get; set; }
Property Value
- string
Id
public int Id { get; set; }
Property Value
- int
Label
public string Label { get; set; }
Property Value
- string
Number
public int? Number { get; set; }
Property Value
- int?
OrganizationIdentifier
public Guid OrganizationIdentifier { get; set; }
Property Value
- Guid
ParentId
public int? ParentId { get; set; }
Property Value
- int?
Reference
public string Reference { get; set; }
Property Value
- string
Sequence
public int Sequence { get; set; }
Property Value
- int
Statements
public StringCollection Statements { get; set; }
Property Value
- StringCollection
Summary
public string Summary { get; set; }
Property Value
- string
Title
public string Title { get; set; }
Property Value
- string
Type
public string Type { get; set; }
Property Value
- string
Methods
ToString()
public override string ToString()
Returns
- string