Class ObjectRelatedItem
Represents an object related item.
[SecuredJson]
public sealed class ObjectRelatedItem
- Inheritance
-
objectObjectRelatedItem
- Extension Methods
Constructors
ObjectRelatedItem()
public ObjectRelatedItem()
Properties
ObjectCodeName
Object code name.
public string ObjectCodeName { get; set; }
Property Value
- string
ObjectGuid
Object GUID.
public Guid? ObjectGuid { get; set; }
Property Value
- Guid?