Org.IdentityConnectors.Framework.Common.Objects.ConnectorAttributeInfoBuilder.ConnectorAttributeInfoBuilder C# (CSharp) Method

ConnectorAttributeInfoBuilder() public method

Creates an builder with all the defaults set.
The name must be set before the 'build' method is called otherwise an IllegalStateException is thrown.
 Name: <not set> Readable: true Writeable: true Required: false Type: string MultiValue: false 
public ConnectorAttributeInfoBuilder ( ) : System
return System
        public ConnectorAttributeInfoBuilder()
        {
            ValueType = (typeof(String));
            _flags = ConnectorAttributeInfo.Flags.NONE;
        }

Same methods

ConnectorAttributeInfoBuilder::ConnectorAttributeInfoBuilder ( String name ) : System
ConnectorAttributeInfoBuilder::ConnectorAttributeInfoBuilder ( String name, Type type ) : System