Method |
Description |
|
AddGetStatements ( CodeStatementCollection getStatements ) : void |
|
|
AddListGetStatements ( CodeStatementCollection getStatements, CodeTypeReference listType, string listName ) : void |
|
|
AddListSetStatements ( CodeStatementCollection setStatements, CodeTypeReference listType, string listName ) : void |
|
|
AddMemberField ( string memberName, CodeTypeReference memberType, CodeTypeDeclaration parentType ) : void |
|
|
AddSetStatements ( CodeStatementCollection setStatements ) : void |
|
|
AddSubstGetStatements ( CodeStatementCollection getStatements ) : void |
|
|
AddToConstructor ( CodeConstructor functionalConstructor ) : void |
|
|
AddToContentModel ( CodeObjectCreateExpression contentModelExpression ) : void |
|
|
AddToType ( CodeTypeDeclaration parentTypeDecl, List annotations ) : CodeMemberProperty |
|
|
CheckOccurrence ( CodeStatementCollection getStatements ) : void |
|
|
ClrPropertyInfo ( string propertyName, string propertyNs, string schemaName, Occurs occursInSchema ) : System |
|
|
CreateDefaultValueAssignStmt ( object value ) : CodeStatement |
|
|
CreateListReturnType ( string fullTypeName ) : XCodeTypeReference |
|
|
GetListParameters ( bool set, bool constructor ) : System.CodeDom.CodeExpression[] |
|
|
GetListType ( ) : CodeTypeReference |
|
|
GetValueMethodCall ( ) : CodeVariableDeclarationStatement |
|
|
InsertDefaultFixedValueInDefaultCtor ( CodeConstructor ctor ) : void |
|
|
Reset ( ) : void |
|
|
SetFixedDefaultValue ( ClrWrapperTypeInfo typeInfo ) : void |
|
|
SetPropertyAttributes ( CodeMemberProperty clrProperty ) : void |
|
|
SetValueMethodCall ( ) : CodeMethodInvokeExpression |
|
|
ToStmtArray ( CodeStatementCollection collection ) : CodeStatement[] |
|
|
UpdateTypeReference ( string clrFullTypeName, string currentNamespace, string>.Dictionary nameMappings ) : void |
|
|
XNameGetExpression ( ) : void |
|
|