Method | Description | |
---|---|---|
AffilationEntity ( ) : System | ||
AffilationEntity ( |
||
AffilationEntity ( string rowKey ) : System | ||
CreateAffilationEntity ( string affilationName, string websiteName, string websiteLink, string logoLink, string country ) : |
||
GetAffilationName ( ) : IEnumerable |
||
GetCountry ( ) : IEnumerable |
||
GetKey ( ) : string | ||
GetLogoLink ( ) : IEnumerable |
||
GetWebsiteLink ( ) : IEnumerable |
||
GetWebsiteName ( ) : IEnumerable |
||
SetAffilationName ( IEnumerable |
||
SetCountry ( IEnumerable |
||
SetLogoLink ( IEnumerable |
||
SetWebsiteLink ( IEnumerable |
||
SetWebsiteName ( IEnumerable |
public AffilationEntity ( |
||
entity | ||
return | System |
public AffilationEntity ( string rowKey ) : System | ||
rowKey | string | |
return | System |
public static CreateAffilationEntity ( string affilationName, string websiteName, string websiteLink, string logoLink, string country ) : |
||
affilationName | string | |
websiteName | string | |
websiteLink | string | |
logoLink | string | |
country | string | |
return |
public SetAffilationName ( IEnumerable |
||
list | IEnumerable |
|
return | void |
public SetCountry ( IEnumerable |
||
list | IEnumerable |
|
return | void |
public SetLogoLink ( IEnumerable |
||
list | IEnumerable |
|
return | void |
public SetWebsiteLink ( IEnumerable |
||
list | IEnumerable |
|
return | void |
public SetWebsiteName ( IEnumerable |
||
list | IEnumerable |
|
return | void |