[]
        
(Showing Draft Content)

C1.DataConnector.IsRequiredAttribute

IsRequiredAttribute Class

Attribute used to specify required connection properties.

Inheritance
IsRequiredAttribute
Namespace: C1.DataConnector
Assembly: C1.DataConnector.dll
Syntax
[AttributeUsage(AttributeTargets.Property, Inherited = true, AllowMultiple = false)]
public class IsRequiredAttribute : Attribute

Constructors

Name Description
IsRequiredAttribute(bool)

This constructor defines required parameter: isRequired.

Properties

Name Description
IsRequired

Define IsRequired property.

Methods

Name Description
RequiredProperties(Type)

Return a list of required properties corresponding to the given connection string type.