C# Class VersionOne.Integration.Tfs.ServerConnector.AttributeInfo

Afficher le fichier Open project: versionone/VersionOne.Integration.TFS.ServerConnector

Méthodes publiques

Свойство Type Description
Attr string
IsList bool
IsOptional bool
Prefix string

Méthodes publiques

Méthode Description
AttributeInfo ( string attr, string prefix, bool isList, bool isOptional )
ToString ( ) : string

Method Details

AttributeInfo() public méthode

public AttributeInfo ( string attr, string prefix, bool isList, bool isOptional )
attr string
prefix string
isList bool
isOptional bool

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Attr public_oe property

public string Attr
Résultat string

IsList public_oe property

public bool IsList
Résultat bool

IsOptional public_oe property

public bool IsOptional
Résultat bool

Prefix public_oe property

public string Prefix
Résultat string