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

Mostra file Open project: versionone/VersionOne.Integration.TFS.ServerConnector

Public Properties

Property Type Description
Attr string
IsList bool
IsOptional bool
Prefix string

Public Methods

Method Description
AttributeInfo ( string attr, string prefix, bool isList, bool isOptional )
ToString ( ) : string

Method Details

AttributeInfo() public method

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

ToString() public method

public ToString ( ) : string
return string

Property Details

Attr public_oe property

public string Attr
return string

IsList public_oe property

public bool IsList
return bool

IsOptional public_oe property

public bool IsOptional
return bool

Prefix public_oe property

public string Prefix
return string