TermInfoChangeTermByNamingType Method
Changes naming type of the specified Term.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
public static bool ChangeTermByNamingType(
SessionProfile sessionProfile,
Term value,
Guid toType,
bool standard
)
Public Shared Function ChangeTermByNamingType (
sessionProfile As SessionProfile,
value As Term,
toType As Guid,
standard As Boolean
) As Boolean
public:
static bool ChangeTermByNamingType(
SessionProfile^ sessionProfile,
Term^ value,
Guid toType,
bool standard
)
static member ChangeTermByNamingType :
sessionProfile : SessionProfile *
value : Term *
toType : Guid *
standard : bool -> bool
- sessionProfile SessionProfile
- value Term
- Term to process changes.
- toType Guid
- Target naming type of the Term.
- standard Boolean
- Defines what options to use during look up.
Boolean
Returns true if change was performed successfully. False otherwise.