Class SQLWrapperDatasetReferenceRoot
Inheritance
SQLWrapperDatasetReferenceRoot
Assembly: LemonEdge.API.dll
Syntax
[DataContract]
public class SQLWrapperDatasetReferenceRoot
Constructors
SQLWrapperDatasetReferenceRoot(Guid, EntityID, string)
Declaration
public SQLWrapperDatasetReferenceRoot(Guid id, EntityID entityId, string name)
Parameters
Properties
EntityID
Declaration
public Guid EntityID { get; set; }
Property Value
EntityType
Declaration
public EntityID EntityType { get; set; }
Property Value
EntityTypeID
Declaration
public Guid EntityTypeID { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
NumberTimesReferenced
Declaration
public int NumberTimesReferenced { get; set; }
Property Value
UsedInList
Declaration
public List<SQLWrapperDatasetReference> UsedInList { get; }
Property Value
Methods
AddToList(SQLWrapperDatasetReference)
Declaration
public void AddToList(SQLWrapperDatasetReference reference)
Parameters
Extension Methods