Method | Description | |
---|---|---|
CreateXml ( |
Creates the XML.
|
|
MakeTypeName ( |
Create a valid name from a type, without including all the version and public key information
|
|
Reset ( ) : void |
Resets this instance.
|
|
VisitAny ( |
Visits any.
|
|
VisitBelongsTo ( |
Visits the belongs to.
|
|
VisitCollectionID ( |
Visits the collection ID.
|
|
VisitCompositePrimaryKey ( |
Visits the composite primary key.
|
|
VisitCompositeUserType ( |
Visits the custom composite user type.
|
|
VisitDependentObject ( |
Visits the dependent object.
|
|
VisitField ( |
Visits the field.
|
|
VisitHasAndBelongsToMany ( |
Visits the has and belongs to many.
|
|
VisitHasMany ( |
Visits the has many.
|
|
VisitHasManyToAny ( |
Visits the has many to any.
|
|
VisitHasManyToAnyConfig ( |
Visits the has many to any config.
|
|
VisitHilo ( Castle.ActiveRecord.Framework.Internal.HiloModel model ) : void |
Visits the hilo.
|
|
VisitImport ( |
Visits the import.
|
|
VisitKey ( |
Visits the key.
|
|
VisitModel ( |
Visits the model.
|
|
VisitNested ( Castle.ActiveRecord.Framework.Internal.NestedModel model ) : void |
Visits the nested.
|
|
VisitNestedParentReference ( |
Visits the parent
|
|
VisitOneToOne ( Castle.ActiveRecord.Framework.Internal.OneToOneModel model ) : void |
Visits the one to one.
|
|
VisitPrimaryKey ( |
Visits the primary key.
|
|
VisitProperty ( |
Visits the property.
|
|
VisitTimestamp ( |
Visits the timestamp.
|
|
VisitVersion ( |
Visits the version.
|
Method | Description | |
---|---|---|
Append ( string xml ) : void | ||
AppendF ( string xml ) : void | ||
AppendIdentation ( ) : void | ||
BeginWriteProperty ( string accessString, string columnType, string formula, bool insert, string name, |
||
ConditionalWrite ( string attName, string value, bool condition ) : String | ||
CreateXmlPI ( ) : void | ||
Dedent ( ) : void | ||
EndMappingNode ( ) : void | ||
EndWriteProperty ( ) : void | ||
Ident ( ) : void | ||
MakeAtt ( String attName, String value ) : String | ||
MakeAtt ( String attName, bool value ) : String | ||
MakeAtt ( String attName, bool value, bool output ) : String | ||
MakeClassAtt ( |
||
MakeCustomTypeAtt ( String attName, |
||
MakeCustomTypeAttIfNotNull ( String attName, |
||
MakeTypeAtt ( |
||
StartMappingNode ( bool useAutoImport ) : void | ||
TranslateCacheEnum ( CacheEnum cacheEnum ) : string | ||
TranslateCascadeEnum ( CascadeEnum cascadeEnum ) : string | ||
TranslateCascadeEnum ( ManyRelationCascadeEnum cascadeEnum ) : string | ||
TranslateFetch ( FetchEnum fetch ) : string | ||
TranslateNotFoundBehaviourEnum ( NotFoundBehaviour notFoundBehaviourEnum ) : string | ||
WriteCache ( CacheEnum cacheEnum ) : void | ||
WriteCollection ( ManyRelationCascadeEnum cascadeEnum, |
||
WriteColumn ( string check, string column, string index, int length, bool notNull, string sqlType, bool unique, string uniqueKey ) : void | ||
WriteCompositeColumns ( String columns ) : void | ||
WriteDiscriminator ( |
||
WriteElement ( string element, |
||
WriteIfFalse ( String attName, bool value ) : String | ||
WriteIfNonNull ( String attName, String value ) : String | ||
WriteIfNotOne ( String attName, int value ) : String | ||
WriteIfNotZero ( String attName, int value ) : String | ||
WriteIfTrue ( String attName, bool value ) : String | ||
WriteIndex ( String column, String type ) : void | ||
WriteJcsCache ( CacheEnum cacheEnum ) : void | ||
WriteKey ( String column ) : void | ||
WriteManyToMany ( |
||
WriteOneToMany ( |
||
WriteProperty ( String name, |
public CreateXml ( |
||
model | The model. | |
return | void |
public static MakeTypeName ( |
||
type | ||
return | String |
public VisitAny ( |
||
model | The model. | |
return | void |
public VisitBelongsTo ( |
||
model | The model. | |
return | void |
public VisitCollectionID ( |
||
model | The model. | |
return | void |
public VisitCompositePrimaryKey ( |
||
model | The model. | |
return | void |
public VisitCompositeUserType ( |
||
model | The model. | |
return | void |
public VisitDependentObject ( |
||
model | The model | |
return | void |
public VisitField ( |
||
model | The model. | |
return | void |
public VisitHasAndBelongsToMany ( |
||
model | The model. | |
return | void |
public VisitHasMany ( |
||
model | The model. | |
return | void |
public VisitHasManyToAny ( |
||
model | The model. | |
return | void |
public VisitHasManyToAnyConfig ( |
||
model | The model. | |
return | void |
public VisitHilo ( Castle.ActiveRecord.Framework.Internal.HiloModel model ) : void | ||
model | Castle.ActiveRecord.Framework.Internal.HiloModel | The model. |
return | void |
public VisitImport ( |
||
model | The model. | |
return | void |
public VisitKey ( |
||
model | The model. | |
return | void |
public VisitModel ( |
||
model | The model. | |
return | void |
public VisitNested ( Castle.ActiveRecord.Framework.Internal.NestedModel model ) : void | ||
model | Castle.ActiveRecord.Framework.Internal.NestedModel | The model. |
return | void |
public VisitNestedParentReference ( |
||
referenceModel | The reference model. | |
return | void |
public VisitOneToOne ( Castle.ActiveRecord.Framework.Internal.OneToOneModel model ) : void | ||
model | Castle.ActiveRecord.Framework.Internal.OneToOneModel | The model. |
return | void |
public VisitPrimaryKey ( |
||
model | The model. | |
return | void |
public VisitProperty ( |
||
model | The model. | |
return | void |
public VisitTimestamp ( |
||
model | The model. | |
return | void |
public VisitVersion ( |
||
model | The model. | |
return | void |