Property | Type | Description | |
---|---|---|---|
Deserialize | |||
IntermediateSymbolDefinition | System | ||
IntermediateSymbolDefinition | System | ||
Serialize | JsonObject |
Method | Description | |
---|---|---|
AddTag ( string add ) : bool | ||
CreateSymbol ( WixToolset.Data.SourceLineNumber sourceLineNumber = null, WixToolset.Data.Identifier id = null ) : WixToolset.Data.IntermediateSymbol | ||
HasTag ( string has ) : bool | ||
IntermediateSymbolDefinition ( string name, Array fieldDefinitions, Type strongSymbolType ) : System | ||
IntermediateSymbolDefinition ( string name, int revision, Array fieldDefinitions, Type strongSymbolType ) : System | ||
RemoveTag ( string remove ) : bool |
Method | Description | |
---|---|---|
Deserialize ( JsonObject jsonObject ) : |
||
IntermediateSymbolDefinition ( SymbolDefinitionType type, Array fieldDefinitions, Type strongSymbolType ) : System | ||
IntermediateSymbolDefinition ( SymbolDefinitionType type, string name, int revision, Array fieldDefinitions, Type strongSymbolType ) : System | ||
Serialize ( ) : JsonObject |
public CreateSymbol ( WixToolset.Data.SourceLineNumber sourceLineNumber = null, WixToolset.Data.Identifier id = null ) : WixToolset.Data.IntermediateSymbol | ||
sourceLineNumber | WixToolset.Data.SourceLineNumber | |
id | WixToolset.Data.Identifier | |
return | WixToolset.Data.IntermediateSymbol |
public IntermediateSymbolDefinition ( string name, Array fieldDefinitions, Type strongSymbolType ) : System | ||
name | string | |
fieldDefinitions | Array | |
strongSymbolType | Type | |
return | System |
public IntermediateSymbolDefinition ( string name, int revision, Array fieldDefinitions, Type strongSymbolType ) : System | ||
name | string | |
revision | int | |
fieldDefinitions | Array | |
strongSymbolType | Type | |
return | System |