Populates a single property with a constant value. If the override attribute is set to true, then the property is always reset regardless of a preset value.
Elements: dataName: The name of the property being set dataValue: The constant value of the propertyAuthor: Jacob W Anderson (c) Portrate, LLC. All rights reserved.
For a list of all members of this type, see ConstantPropertyInitializer Members.
System.Object
Portrate.Interview.Model.Init.AbstractInitializer
Portrate.Interview.Model.Init.ConstantPropertyInitializer
[Visual Basic] Public Class ConstantPropertyInitializer Inherits AbstractInitializer [C#] public class ConstantPropertyInitializer : AbstractInitializer [C++] public __gc class ConstantPropertyInitializer : public AbstractInitializer [JScript] public class ConstantPropertyInitializer extends AbstractInitializer
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Namespace: Portrate.Interview.Model.Init
Assembly: Portrate.Interview (in Portrate.Interview.dll)
ConstantPropertyInitializer Members | Portrate.Interview.Model.Init Namespace