Interface IManagerProp
Basic interface for all properties of manager objects
Assembly: BuildSystem.ManagerObject.dll
Syntax
[Guid("2E22FBC8-BB30-4782-BAC5-B6BD40AD0056")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IManagerProp
Properties
ManagerType
Declaration
ManagerType ManagerType { get; }
Property Value
Name
Declaration
Property Value
Methods
ApplyConstants(IDictionaryStringString)
Declaration
void ApplyConstants(IDictionaryStringString constants)
Parameters
Clone()
Declaration
Returns
Copy(IManagerProp)
Declaration
void Copy(IManagerProp source)
Parameters
EmptyValues()
Declaration
Update(string, string)
Declaration
void Update(string jsonInfo, string relativeFolder)
Parameters
Type |
Name |
Description |
string |
jsonInfo |
|
string |
relativeFolder |
|