Show / Hide Table of Contents

Class FileReferenceInputCollection

Inheritance
System.Object
ModuleArgument
ModuleInput
ModuleInput<System.Collections.Generic.List<System.String>>
ModuleInputCollection<System.String>
FileReferenceInputCollection
Inherited Members
ModuleInputCollection<String>.CollectionArgumentTypeName
ModuleInputCollection<String>.GetValue(IExecutionContext, Object)
ModuleInputCollection<String>.GetValue(IExecutionContext)
ModuleInput<List<String>>.ValueObj
ModuleInput<List<String>>.Get(IExecutionContext, List<String>)
ModuleInput<List<String>>.Get(IExecutionContext)
ModuleInput.ControlParameters
ModuleInput.ModuleConnectionId
ModuleInput.ModuleConnectionIdByIndex(Int32)
ModuleInput.GetValueObj<T>()
ModuleInput.Get<T>(IExecutionContext, T)
ModuleInput.Get<T>(IExecutionContext)
ModuleArgument.Id
ModuleArgument.MaxConnections
ModuleArgument.IsCollection
ModuleArgument.IsPrimitive
ModuleArgument.ExecuteClientScript
ModuleArgument.BaseTypes
ModuleArgument.ModuleConnections
ModuleArgument.ArgumentTypeName
ModuleArgument.ArgumentTypeFriendlyName
ModuleArgument.ArgumentTypeStr
ModuleArgument.Name
ModuleArgument.Description
ModuleArgument.UiHandle
ModuleArgument.NestedRefModuleId
ModuleArgument.NestedRefModuleUiHandle
ModuleArgument.LinkedModuleCandidates
ModuleArgument.ArgumentType
ModuleArgument.NotSpecified
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: CompAnalytics.Contracts
Assembly: CompAnalytics.Contracts.dll
Syntax
[DataContract]
public class FileReferenceInputCollection : ModuleInputCollection<string>

Constructors

FileReferenceInputCollection()

Declaration
public FileReferenceInputCollection()

Properties

UploadedFiles

Declaration
public List<FileReference> UploadedFiles { get; set; }
Property Value
Type Description
System.Collections.Generic.List<FileReference>
Back to top Copyright © 2017 Composable Analytics, Inc.