Method | Description | |
---|---|---|
AddEntity ( object entity, string entityTypeName ) : void | ||
AddLink ( object entity, string propertyName, object linkedEntity ) : void | ||
CreateEntityInstance ( |
||
GetEntityType ( string entityTypeName ) : |
||
SaveChanges ( ) : void | ||
SetLink ( object entity, string propertyName, object linkedEntity ) : void | ||
SetProperty ( object entity, string propertyName, object propertyValue ) : void | ||
UpdateEntity ( object entity ) : void |
Method | Description | |
---|---|---|
ConvertValue ( object value, |
public abstract AddEntity ( object entity, string entityTypeName ) : void | ||
entity | object | |
entityTypeName | string | |
return | void |
public AddLink ( object entity, string propertyName, object linkedEntity ) : void | ||
entity | object | |
propertyName | string | |
linkedEntity | object | |
return | void |
public CreateEntityInstance ( |
||
entityType | ||
return | object |
public GetEntityType ( string entityTypeName ) : |
||
entityTypeName | string | |
return |
public SetLink ( object entity, string propertyName, object linkedEntity ) : void | ||
entity | object | |
propertyName | string | |
linkedEntity | object | |
return | void |
public SetProperty ( object entity, string propertyName, object propertyValue ) : void | ||
entity | object | |
propertyName | string | |
propertyValue | object | |
return | void |
public abstract UpdateEntity ( object entity ) : void | ||
entity | object | |
return | void |