[Missing <summary> documentation for "M:TinCan.RemoteLRS.SaveActivityProfile(TinCan.Documents.ActivityProfileDocument)"]

Namespace: TinCan
Assembly: TinCan (in TinCan.dll) Version: 0.0.1.0 (0.0.1.0)

Syntax

C#
public LRSResponse SaveActivityProfile(
	ActivityProfileDocument profile
)
Visual Basic
Public Function SaveActivityProfile ( 
	profile As ActivityProfileDocument
) As LRSResponse
Visual C++
public:
virtual LRSResponse^ SaveActivityProfile(
	ActivityProfileDocument^ profile
) sealed
F#
abstract SaveActivityProfile : 
        profile : ActivityProfileDocument -> LRSResponse 
override SaveActivityProfile : 
        profile : ActivityProfileDocument -> LRSResponse 

Parameters

profile
Type: TinCan.Documents..::..ActivityProfileDocument

[Missing <param name="profile"/> documentation for "M:TinCan.RemoteLRS.SaveActivityProfile(TinCan.Documents.ActivityProfileDocument)"]

Return Value

Type: LRSResponse

[Missing <returns> documentation for "M:TinCan.RemoteLRS.SaveActivityProfile(TinCan.Documents.ActivityProfileDocument)"]

Implements

ILRS..::..SaveActivityProfile(ActivityProfileDocument)

See Also