C# Class Stored.IdentityFactory

Show file Open project: sandcastle/Stored

Public Methods

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

Private Methods

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

Method Details

Clear() public static method

public static Clear ( ) : void
return void

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