C# Class Profiles.Profile.Modules.CustomViewPersonGeneralInfo.vcard

Inheritance: Profiles.Profile.Utilities.ProfileData
显示文件 Open project: ProfilesRNS/ProfilesRNS

Public Methods

Method Description
LoadPresentationXML ( ) : void
ReadFully ( Stream input ) : byte[]

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void

Private Methods

Method Description
GetVcard ( Profiles.Profile.Utilities.VCardPerson &vcard ) : void

Method Details

LoadPresentationXML() public method

public LoadPresentationXML ( ) : void
return void

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

ReadFully() public static method

public static ReadFully ( Stream input ) : byte[]
input Stream
return byte[]