Méthode | Description | |
---|---|---|
AddNewGenericInstructionFor ( this instance, string member, |
||
CanBeInList ( this instance, |
||
Clone ( this instance ) : |
||
DoesMemberNeedToBeSetByContainer ( this instance, string memberName ) : bool | ||
FixEnumerationTypes ( this instance ) : void | ||
GetAdditionsNeededForChangingType ( string oldType, string newType, List |
||
GetAssetTypeInfo ( this instance ) : AssetTypeInfo | ||
GetContainer ( this instance ) : IElement | ||
GetContainerType ( this instance ) : ContainerType | ||
GetCustomVariable ( this namedObject, string variableName ) : |
||
GetDefiningNamedObjectSave ( this instance, IElement container ) : |
||
GetEffectiveValue ( this instance, string variableName ) : object |
Returns the value of a variable either set in the NamedObjectSave (if it is set there) or in the underlying Entity if not
|
|
GetIsScalableEntity ( this instance ) : bool | ||
GetMessageWhySwitchMightCauseProblems ( this namedObjectSave, string oldType ) : string | ||
GetQualifiedClassType ( this instance ) : string | ||
GetReferencedElement ( this instance ) : IElement | ||
NamedObjectSaveToString ( |
||
PostLoadLogic ( this instance ) : void | ||
ResetVariablesReferencing ( this namedObject, |
||
SetPropertyValue ( this instance, string propertyName, object valueToSet ) : InstructionSave | ||
UpdateCustomProperties ( this instance ) : void |
Updates the InstructionSaves in the argument NamedObject according to the source type. This method will never remove instructions, but will add them if the NOS comes from a type that has properties that are currently not represented in the NOS's Instructions.
|
Méthode | Description | |
---|---|---|
UpdateTypedMembers ( |
public static AddNewGenericInstructionFor ( this instance, string member, |
||
instance | this | |
member | string | |
type | ||
Résultat |
public static CanBeInList ( this instance, |
||
instance | this | |
listNos | ||
Résultat | bool |
public static Clone ( this instance ) : |
||
instance | this | |
Résultat |
public static DoesMemberNeedToBeSetByContainer ( this instance, string memberName ) : bool | ||
instance | this | |
memberName | string | |
Résultat | bool |
public static FixEnumerationTypes ( this instance ) : void | ||
instance | this | |
Résultat | void |
public static GetAdditionsNeededForChangingType ( string oldType, string newType, List |
||
oldType | string | |
newType | string | |
valuesToBeSet | List |
|
neededVariables | List |
|
neededStates | List |
|
neededCategories | List |
|
Résultat | void |
public static GetAssetTypeInfo ( this instance ) : AssetTypeInfo | ||
instance | this | |
Résultat | AssetTypeInfo |
public static GetContainer ( this instance ) : IElement | ||
instance | this | |
Résultat | IElement |
public static GetContainerType ( this instance ) : ContainerType | ||
instance | this | |
Résultat | ContainerType |
public static GetCustomVariable ( this namedObject, string variableName ) : |
||
namedObject | this | |
variableName | string | |
Résultat |
public static GetDefiningNamedObjectSave ( this instance, IElement container ) : |
||
instance | this | |
container | IElement | |
Résultat |
public static GetEffectiveValue ( this instance, string variableName ) : object | ||
instance | this | The NamedObjectSave to get the variable from. |
variableName | string | The name of the variable, such as "ScaleX" |
Résultat | object |
public static GetIsScalableEntity ( this instance ) : bool | ||
instance | this | |
Résultat | bool |
public static GetMessageWhySwitchMightCauseProblems ( this namedObjectSave, string oldType ) : string | ||
namedObjectSave | this | |
oldType | string | |
Résultat | string |
public static GetQualifiedClassType ( this instance ) : string | ||
instance | this | |
Résultat | string |
public static GetReferencedElement ( this instance ) : IElement | ||
instance | this | |
Résultat | IElement |
public static NamedObjectSaveToString ( |
||
nos | ||
Résultat | string |
public static PostLoadLogic ( this instance ) : void | ||
instance | this | |
Résultat | void |
public static ResetVariablesReferencing ( this namedObject, |
||
namedObject | this | |
rfs | ||
Résultat | void |
public static SetPropertyValue ( this instance, string propertyName, object valueToSet ) : InstructionSave | ||
instance | this | |
propertyName | string | |
valueToSet | object | |
Résultat | InstructionSave |
public static UpdateCustomProperties ( this instance ) : void | ||
instance | this | The NamedObject to update properties on. |
Résultat | void |