OccursAttribute Constructor |
Namespace: ConnectedApps.Cms.Entities.DataAnnotationsAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic OccursAttribute(
int min,
int max,
bool nillable
)
Public Sub New (
min As Integer,
max As Integer,
nillable As Boolean
)
public:
OccursAttribute(
int min,
int max,
bool nillable
)
new :
min : int *
max : int *
nillable : bool -> OccursAttribute
Parameters
- min
- Type: SystemInt32
- max
- Type: SystemInt32
- nillable
- Type: SystemBoolean
See Also