Property | Type | Description |
---|
Method | Description | |
---|---|---|
AddGeneratorParam ( string name, string innerXml ) : IIdentityPart | ||
ColumnName ( string columnName ) : IIdentityPart |
Sets the column name for the identity field.
|
|
GetColumnName ( ) : string |
Gets the column name
|
|
IdentityPart ( |
||
IdentityPart ( |
||
SetAttribute ( string name, string value ) : void |
Set an attribute on the xml element produced by this identity mapping.
|
|
SetAttributes ( Attributes atts ) : void | ||
SetGeneratorClass ( string generator ) : IIdentityPart | ||
WithUnsavedValue ( object unsavedValue ) : IIdentityPart |
Sets the unsaved-value of the identity.
|
|
Write ( XmlElement classElement, IMappingVisitor visitor ) : void |
public AddGeneratorParam ( string name, string innerXml ) : IIdentityPart | ||
name | string | |
innerXml | string | |
return | IIdentityPart |
public ColumnName ( string columnName ) : IIdentityPart | ||
columnName | string | Column name |
return | IIdentityPart |
public IdentityPart ( |
||
entity | ||
property | ||
return | System |
public IdentityPart ( |
||
entity | ||
property | ||
columnName | string | |
return | System |
public SetAttribute ( string name, string value ) : void | ||
name | string | Attribute name |
value | string | Attribute value |
return | void |
public SetAttributes ( Attributes atts ) : void | ||
atts | Attributes | |
return | void |
public SetGeneratorClass ( string generator ) : IIdentityPart | ||
generator | string | |
return | IIdentityPart |
public WithUnsavedValue ( object unsavedValue ) : IIdentityPart | ||
unsavedValue | object | Value that represents an unsaved value. |
return | IIdentityPart |
public Write ( XmlElement classElement, IMappingVisitor visitor ) : void | ||
classElement | XmlElement | |
visitor | IMappingVisitor | |
return | void |