C# Class Elephanet.IdentityFactory

Show file Open project: YoloDev/elephanet Class Usage Examples

Public Methods

Method Description
GetEntityId ( object value ) : System.Guid
SetEntityId ( object value ) : System.Guid

Private Methods

Method Description
TryGetIdProperty ( object value, PropertyInfo &propertyInfo ) : bool

Method Details

GetEntityId() public static method

public static GetEntityId ( object value ) : System.Guid
value object
return System.Guid

SetEntityId() public static method

public static SetEntityId ( object value ) : System.Guid
value object
return System.Guid