Inheritance
System.Object
BcfComment
Assembly: IPA.Bcfier.dll
public class BcfComment : object
Properties
|
Improve this Doc
View Source
Declaration
public string Author { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public DateTime? CreationDate { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
|
Improve this Doc
View Source
Declaration
public Guid Id { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string ModifiedBy { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public DateTime? ModifiedDate { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
|
Improve this Doc
View Source
Declaration
public string Text { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public Guid? ViewpointId { get; set; }
Property Value
Type |
Description |
System.Nullable<Guid> |
|